home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00134.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  373 b   |  17 lines

  1. on mouseUp
  2.   m4()
  3. end
  4.  
  5. on rrr
  6.   global md1, rantime, mp
  7.   set rantime to the ticks
  8.   set mp to 4
  9.   if the castNum of sprite 4 = 170 then
  10.     set the castNum of sprite 4 to 164
  11.     set md1 to the duration of cast 164 - 3
  12.   else
  13.     set md1 to the duration of cast (the castNum of sprite 4 + 1) - 3
  14.     set the castNum of sprite 4 to the castNum of sprite 4 + 1
  15.   end if
  16. end
  17.